testing.common.output (field)
25 uses
testing (current package)
benchmark.go#L249: fmt.Fprintf(b.w, "%s--- FAIL: %s\n%s", b.chatty.prefix(), b.name, b.output)
benchmark.go#L262: if b.chatty != nil && (len(b.output) > 0 || finished) {
benchmark.go#L264: fmt.Fprintf(b.w, "%s--- %s: %s\n%s", b.chatty.prefix(), tag, b.name, b.output)
benchmark.go#L771: fmt.Fprintf(b.w, "%s--- FAIL: %s\n%s", b.chatty.prefix(), benchName, b.output)
benchmark.go#L784: if len(b.output) > 0 {
benchmark.go#L786: fmt.Fprintf(b.w, "%s--- BENCH: %s\n%s", b.chatty.prefix(), benchName, b.output)
benchmark.go#L902: for nlCount, j := 0, 0; j < len(b.output); j++ {
benchmark.go#L903: if b.output[j] == '\n' {
benchmark.go#L906: b.output = append(b.output[:j], "\n\t... [output truncated]\n"...)
testing.go#L635: output []byte // Output generated by test or benchmark.
testing.go#L823: if len(c.output) > 0 {
testing.go#L828: args = append(args[:len(args):len(args)], c.output)
testing.go#L829: c.output = c.output[:0]
testing.go#L873: w.c.output = append(w.c.output, marker)
testing.go#L876: w.c.output = append(w.c.output, indent...)
testing.go#L877: w.c.output = append(w.c.output, line...)
testing.go#L1178: o.c.output = append(o.c.output, indent...)
testing.go#L1179: o.c.output = append(o.c.output, b...)